home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / croc.swf / scripts / DefineButton2_185 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2003-11-08  |  96 b   |  5 lines

  1. on(press){
  2.    _root.functions.sendStatistic("playAgain");
  3.    _parent.goToAndStop("game");
  4. }
  5.